inherited TextSessionAlignmentFrame: TTextSessionAlignmentFrame HelpType = htKeyword HelpKeyword = 'Text_Compare_Alignment' Caption = 'Alignment' object AlignTypeGroupBox: TUiGroupBox Left = 8 Top = 8 Width = 409 Height = 185 Caption = 'Line alignment' TabOrder = 0 object FastLbl: TUiLabel Left = 24 Top = 68 Height = 13 Caption = 'Fast and coarse' FocusControl = SpeedEdit Transparent = True end object SlowLbl: TUiLabel Left = 273 Top = 68 Width = 89 Height = 13 Alignment = taRightJustify Caption = 'Slow and thorough' FocusControl = SpeedEdit Transparent = True end object SkewToleranceLbl: TUiLabel Left = 92 Top = 92 Height = 13 Caption = 'Skew tolerance' FocusControl = SkewToleranceEdit end object SpeedEdit: TUiTrackBar Left = 16 Top = 40 Width = 351 Height = 27 Min = 2 ParentShowHint = False PageSize = 1 Position = 5 ShowHint = True TabOrder = 1 OnChange = SpeedChange ShowSelRange = False end object SkewToleranceEdit: TUiSpinEdit Left = 24 Top = 88 Width = 57 Height = 21 Increment = 50 Max = 30000 Min = 1 Position = 2000 TabOrder = 2 OnChange = SomethingChangedClick end object UseClosenessEdit: TUiCheckBox Left = 24 Top = 116 Height = 17 Caption = 'Use closeness matching' TabOrder = 3 OnClick = UseClosenessClick end object NeverAlignDiffsEdit: TUiCheckBox Left = 8 Top = 161 Height = 17 Caption = 'Never align differences' TabOrder = 5 OnClick = NeverAlignDiffsClick end object AlignQuickEdit: TUiRadioButton Left = 8 Top = 140 Height = 17 Caption = 'Alternate method' TabOrder = 4 OnClick = SomethingChangedClick end object AlignSmartEdit: TUiRadioButton Left = 8 Top = 20 Height = 17 Caption = 'Standard method' TabOrder = 0 OnClick = SomethingChangedClick end end object ConflictScanLinesGroupBox: TUiGroupBox Left = 8 Top = 200 Width = 409 Height = 89 Caption = 'A merge conflict is' TabOrder = 1 object ConflictScanLinesNegEdit: TUiRadioButton Left = 8 Top = 20 Height = 17 Caption = 'Only different change lines' TabOrder = 0 OnClick = SomethingChangedClick end object ConflictScanLinesOtherEdit: TUiRadioButton Left = 8 Top = 40 Height = 17 Caption = 'Left change and right change separated by lines:' TabOrder = 1 OnClick = SomethingChangedClick end object ConflictScanLinesEdit: TUiSpinEdit Left = 24 Top = 60 Width = 41 Height = 21 Max = 256 Position = 1 TabOrder = 2 OnChange = SomethingChangedClick end end end